home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / util4 / npmv.lha / npmv.readme < prev   
Text File  |  1996-01-22  |  794b  |  38 lines

  1. Archive: npmv.lha
  2. Short: rename without(!) pattern matching
  3. Type: util/cli
  4. Version: 1.0
  5. Date: 22.01.96
  6. Copyright: ©1996 Stefan Le Breton
  7. Distribution: free
  8. Restrictions: no military or life critical use, complete archive, no commercial use without authors permission
  9. Category: 1/2 min hack
  10. Requires: OS 2.0+
  11. Author: Stefan Le Breton (stlb@cs.TU-Berlin.de)
  12. Uploader: Stefan Le Breton (stlb@cs.TU-Berlin.de)
  13. Downloader: probably YOU :)
  14. -8<-
  15.  
  16. if you have a file that has chars in its filename used
  17. by dos pattern matching, you might have some
  18. problems to delete/rename/list it. At least in the shell. (Eg. a file "#Berlin")
  19.  
  20. npmv does no pattern matching.
  21.  
  22. npmv #Berlin Berlin
  23.  
  24. and your done.
  25.  
  26. npmv is pure
  27.  
  28. Probably you have to set the pure flag first:
  29.  
  30.   protect npmv +p
  31.  
  32.  
  33.  
  34.  
  35. Have fun
  36.  
  37.     StElb
  38.